home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vbxs / autorun.000 / autorun.txt < prev    next >
Text File  |  1996-04-08  |  2KB  |  55 lines

  1. ================================================
  2. AUTORUN.EXE for the Windows 95 Operating system
  3. by Gordon Bamber <gbamber@mistral.co.uk>
  4. ================================================
  5.  
  6. Description and Use
  7. ===================
  8. AUTORUN is aimed at developers distributing files on CD-ROM for Windows 95.
  9. In conjunction with AUTORUN.INF and AUTORUN.GIT, it controls what happens
  10. when a user inserts your CD-ROM in the drive. If a special DAT file is absent
  11. in the user's \WINDOWS\SYSTEM (or equivalent) directory, then your SETUP program
  12. installs your application. If the DAT file is present, then your application runs.
  13. Your SETUP program should create the DAT file - your Uninstaller delete it.
  14.  
  15. DISTRIBUTION AND LICENSE
  16. ========================
  17. AUTORUN.EXE was written from scratch in Turbo Pascal V1.5,
  18. and is entirely original code. As such, it is copyright
  19. material.
  20.  
  21. AUTORUN.EXE is distributed FREE of royalties or charge by
  22. the author (Gordon Bamber) under the following conditions:
  23.  
  24. 1) Source code is not available or distributable.
  25. 2) Version information in AUTORUN.EXE remains untouched.
  26. 3) The author accepts no responsibility in its use or misuse.
  27. 4) Copyright remains with the author.
  28.  
  29. How to set up AutoRun on your CD-ROM
  30. ====================================
  31. 1) Create an AUTORUN.INF file, and put it in the CD_ROM root directory.
  32.    At the minimum, it looks like:
  33.    [autorun]
  34.    open=autorun.exe
  35.  
  36. 2) Put AUTORUN.EXE in the CD-ROM root directory.
  37.  
  38. 3) If using GBSETUP, then edit SETUP.INI, and make sure that
  39.    the DateFile= entry is the same as DATFILE= entry in AUTORUN.GIT
  40.  
  41. 3a)If using your own SETUP, then make sure that it creates a file in the
  42.    \WINDOWS\SYSTEM (result of GetSystemDirectory() API call) that has the
  43.    same name as the DATFILE= entry in AUTORUN.GIT.
  44.  
  45. 4) Check/Edit AUTORUN.GIT, and put it in the CD-ROM root directory.
  46.  
  47. 5) Put SETUP on the CD_ROM. (and of course, the application files!)
  48.  
  49. =======================
  50. Gordon Bamber. Aug 1995
  51. gbamber@mistral.co.uk
  52. gbamber@msn
  53. 74437.672@compuserve.com
  54.  
  55.